Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NHttpNovUnmarshaller<TStub> Class
Properties Methods


In This Topic
    NHttpNovUnmarshaller<TStub> Class Members
    In This Topic

    The following tables list the members exposed by NHttpNovUnmarshaller<TStub>.

    Public Constructors
     NameDescription
    Public ConstructorInitializer constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the base address of the WEB API  
    Public PropertyGets or sets the function map (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Public PropertyGets or sets the stub object (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Top
    Public Methods
     NameDescription
    Public MethodGets the address for Batch execute calls.  
    Public MethodGets the address for the execute calls.  
    Public MethodPerforms a single unmarshalled call. (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Public MethodPerforms a batch unmarshalled call. (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets a method for the specified function index (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Protected MethodMust override to return the name of the function with the specified index. (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Protected MethodMust override to return the stub object (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Protected MethodCore handling of an invoke batch request.  
    Protected MethodCore handling of an invoke request.  
    Protected MethodPerforms an interop call. (Inherited from Nevron.Nov.Interop.NNovInteropUnmarshaller<TStub>)
    Top
    See Also